body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier, courier, monospace;
}

li {
	list-style: none;
}

a,
a:hover,
a:link,
a:visited,
a:active {
	text-decoration: none;
}

img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide {
	display: none;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 1.42858;

}

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body{
    height:100%;
}
// 滚动条
::-moz-selection {
  background: #009688;
  color: #FFF;
}

::selection {
  background: #159b76;
  color: #FFF;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.clr {
	display: block;
	clear: both
}
.clear:after {
        content: '';
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both;
    }
body{
	min-width: 960px;
}
.change-t:hover{
color:#421f14 !important;
}
.inner{
	min-width: 960px;
	margin:0 auto;
	padding:0 5%;
}
/*头部*/


 
.header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.header.bg{
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(218, 218, 218, 0.8)
}
.headerw.bg a{
    color:#333 !important;
}
.header .logo{
	display: block;
	float:left;
	margin-top:21px;
}
.header .logo img{
	display: block;
	width:100%;
}
.header .nav{
	float: right;
   /*margin-right:-25px;*/
}
.header .nav li{
	float:left;
	position: relative;
}
.header .nav li:last-child a{
	padding-right: 0
}
.header .nav li>a{
	display: block;
	height:80px;
	line-height: 80px;
	padding:0 25px;
	font-size:16px;
	color:#333;
	position: relative;
}
 .headerw .nav li>a{
    color:#fff;
}
.header .nav li.child>a{
	padding-right:38px;
}
.header .nav li.child>a img{
	position: absolute;
	right:23px;
	top:50%;
	margin-top:-3px;
	    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header .nav li.point a{
	padding-right:28px;
}
.header .nav li.point a:after{
	position: absolute;
	content: '';
	width:8px;
	height:8px;
	border-radius: 50%;
	background: #ff0000;
	top:27px;
	right:19px;
}
.header .nav li .item{
	position: absolute;
	width:150px;
	top:90%;
	left:50%;
	margin-left:-75px;
	text-align: center;
	font-size:14px;
    padding:15px 0;
	background-color:#fff;
     opacity:0;
      visibility:hidden;
	 -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .nav li .item a{
	color:#333;
	line-height: 2;
	display:block;
	margin-top:10px;
}
.header .nav li .item a:first-child{
	margin-top:0;
}
.header .nav li:hover .item{
	opacity:1; visibility:visible;
	-webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.header .nav li.child:hover img{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 1100px) and (max-width: 1300px){
 .header .nav li>a{
 	padding:0 20px;
 }
 .header .nav li.child>a{
 	padding-right:33px;
 }
 .header .nav li.child>a img{
 	right:18px;
 }
 .header .nav li.point a{
 	padding-right:23px;
 }
 .header .nav li.point a:after{
 	right:14px;
 }
}
@media (min-width: 959px) and (max-width: 1100px){
 .header .nav li>a{
 	padding:0 13px;
 }
  .header .nav li.child>a{
 	padding-right:28px;
 }
 .header .nav li.child>a img{
 	right:13px;
 }
 .header .nav li.point a{
 	padding-right:18px;
 }
 .header .nav li.point a:after{
 	right:9px;
 }
}
.i-banner img{
	display: block;
	width:100%;
}
.i-banner a{
	display: block;
	width:100%;
	height:100%;
	color:#421f14;
}
.i-banner .inner{
	position: relative;
}
.i-banner .text{
	position: absolute;
	left:0;
	top:50%;
	margin-top:-109px;
	z-index:10;
	width:100%;
		color:#421f14;
}
.i-banner .p1{
	font-size:48px;
}
.i-banner .p2{
	font-size:32px;
	margin:30px 0 40px;
}
.i-banner .p3{
	font-size:20px;
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(0,0,0,.4)
}
.news-banner .text{
    	color:#fff;
}
@media (min-width: 959px) and (max-width: 1300px){
	.i-banner .text{
 
	margin-top:-85px;
 
}
	.i-banner .p1{
	font-size:40px;
}
.i-banner .p2{
	font-size:24px;
	margin:20px 0 30px;
}
.i-banner .p3{
	font-size:16px;
	 
}
}
.i-banner .swiper-pagination{
	bottom: 20px;
}
.i-banner .swiper-pagination-bullet{
	width:30px;
	height:6px;
	border-radius:10px;
	opacity: .4;
	background: #fff ;
	margin:0 8px !important;
}
.i-banner .swiper-pagination-bullet-active{
     opacity: 1;
     background:#421f14  !important ;
     
}

.i-part{
	padding:60px 0;
}
.i-part .c-title{
	text-align: center;
	font-size: 32px;
	color:#333;
	font-weight:bold;
	margin-bottom: 50px
}
.i-part1{
	padding:60px 5%;
}
.i-part1 .left{
	float:left;
	width:52%;
}
.i-part1 .left img{
	display: block;
	width: 100%;
}
.i-part1 .right{
	float:right;
	width:33.5%;
	padding-top:30px;
}
.i-part1 .right .title{
	font-size: 32px;
	color:#333;
	font-weight:bold;
}
.i-part1 .right .desc{
	font-size: 24px;
	color:#333;
	margin:10px 0 40px;
}
.i-part1 .right .info{
	font-size: 16px;
	color:#333;
	line-height: 2
}

.i-part2{
	background: #f5f5f5
}
.i-part2 ul li{
	float:left;
	width:13%;
	margin-left: 1.5%;
	margin-bottom: 30px;
	background: #fff;
	text-align: center;
	padding:40px 0 35px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	cursor: pointer;
}
.i-part2 ul li:nth-child(7n+1){
	margin-left: 0
}
.i-part2 ul li:hover{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px rgba(0,0,0,.06);
    -moz-box-shadow:0px 5px 15px rgba(0,0,0,.06);
    box-shadow:0px 5px 15px rgba(0,0,0,.06);
}
.i-part2 ul li p{
	font-size:20px;
	color:#333;
	margin-top:10px;
}

.i-part3 .content ul{
	width:45%;
	float:left;
	margin-left:10%;
	border-top:1px solid #e6e6e6;
}
.i-part3 .content ul:first-child{
	margin-left: 0;
}
.i-part3 .content ul li{
	border-bottom: 1px solid #e6e6e6;
	 
}
.i-part3 .content ul li .top{
	position: relative;
    padding:20px 30px 20px 0;
    cursor: pointer;
}
.i-part3 .content ul li .top .title{
font-size: 16px;
color:#333;
font-weight:bold;
}
.i-part3 .content ul li .top img{
	position: absolute;
	right:30px;
	top:50%;
	margin-top:-7px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.i-part3 .content ul li .desc{
	font-size: 14px;
	padding:0 30px 20px 0;
	text-align: justify;
	color: #333;
	line-height: 2;
	display: none
}
.i-part3 .content ul li.active .top img{
	-webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); 
}
.i-part3 .content ul li.active .desc{
	/*display: block;*/
}
.i-part4{
	background: #f5f5f5
}
.i-part4 ul li{
	width:23%;
	float: left;
	margin-bottom: 40px;
	margin-left: 2.66666%;
	background: #fff;
}
.i-part4 ul li:nth-child(4n+1){
	margin-left: 0
}
.i-part4 ul li .img{
	overflow: hidden;
}
.i-part4 ul li img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.i-part4 ul li:hover img{
	transform: scale(1.06);
}
.i-part4 ul li .text{
	padding:30px 20px 0;
}
.i-part4 ul li .text .title{
	font-size: 20px;
	color:#333;
	font-weight:bold;
	margin-bottom: 16px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.i-part4 ul li .text .desc{
	color:#666;
	text-align: justify;
	font-size:14px;
	line-height: 1.8;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height:50px;
margin-bottom: 15px
}
.i-part4 ul li .text .bottom{
	padding:13px 0;
	border-top:1px solid #f0f0f0;
	position: relative;
}
.i-part4 ul li .text .bottom span{
	color:#555;
}
.i-part4 ul li .text .bottom i{
	    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
     
    letter-spacing: -9px;
    margin: 0;
    color: #fff;
    background: url(../img/ipart01_arr.png) -46px -46px no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.i-part4 ul li:hover .bottom i{
	right:-15px;
}


.btn-more{
	text-align: center;
	margin-top:20px;
}
.btn-more a{
	display: inline-block;
	width:160px;
	height:40px;
	line-height: 40px;
	border:1px solid #ccc;
	color:#999;
	font-size: 14px
}
.i-part5{
	background: #fef3ef
}
.i-part5 ul li{
	float:left;
	width:23%;
	margin-left:2.66666%;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.i-part5 ul li:first-child{
	margin-left: 0
}
.i-part5 ul li .top{
	    overflow: hidden;
    padding: 65px 60px 15px;
    position: relative;
    
}
.i-part5 ul li .top:before{
	    content: "";
    position: absolute;
    height: 55%;
    background-image: url(../img/bg-service.png);
    background-color: #998ff4;
    display: block;
    left: 0;
    top: 0;
    right: 0;
}
.i-part5 ul li .top .img{
	    background-color: #fff;
    padding-top: 100%;
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    -ms-transition: all cubic-bezier(.57,0,.39,1) .3s;
    -o-transition: all cubic-bezier(.57,0,.39,1) .3s;
    -moz-transition: all cubic-bezier(.57,0,.39,1) .3s;
    -webkit-transition: all cubic-bezier(.57,0,.39,1) .3s;
    transition: all cubic-bezier(.57,0,.39,1) .3s;
}
.i-part5 ul li .top .img img{
	    border-radius: 50%;
    padding: 20px;
    -ms-transition: all cubic-bezier(.57,0,.39,1) .3s;
    -o-transition: all cubic-bezier(.57,0,.39,1) .3s;
    -moz-transition: all cubic-bezier(.57,0,.39,1) .3s;
    -webkit-transition: all cubic-bezier(.57,0,.39,1) .3s;
    transition: all cubic-bezier(.57,0,.39,1) .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.i-part5 ul li .top .img:hover{
	border-radius:60px;
}
.i-part5 ul li .top .img:hover img{
	border-radius:60px;
}
.i-part5 ul li .bottom{
	padding:0 30px 100px;
}
.i-part5 ul li .bottom .title{
	font-size:34px;
	text-align: center;
	color:#421f14;
	margin-bottom: 15px
}
@media (min-width: 1150px) and (max-width: 1300px){
	.i-part5 ul li .bottom .title{
		font-size:28px;
	}
}
@media (max-width: 1150px){
.i-part5 ul li .bottom .title{
		font-size:24px;
	}
}
.i-part5 ul li .bottom .desc{
font-size:14px;
	text-align: justify;
	color:#421f14;
	line-height: 1.8;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
height: 100px
}
.i-part5 ul li.i1 .top:before{
background-color:#f48fb1;
}
.i-part5 ul li.i2 .top:before{
background-color:#50ca9b;
}
.i-part5 ul li.i3 .top:before{
background-color:#4bc6d6;
}
.i-part5 ul li.i4 .top:before{
background-color:#998ff4;
}
.i-part5 ul li .b-img{ 
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    left:50%;
    margin-left:-45px;
    bottom:-45px;
    z-index: 2;
   border-radius:50%;
   background: #fef3ef;
   text-align: center;
}
.i-part5 ul li .b-img img{
   position: absolute;
   left:50%;
   transform: translateX(-50%);
	max-height:39px;
	bottom:45px;
}
.footer{
	background: #222222;
	color:#a2a5a8;
	padding:30px 0;
}
.footer a{
	color:#999;
}
.footer a:hover{
    color: #fff !important;
}
.footer .lt {
  display: inline-block;
  margin: 0 10px;
}
.footer em{
	font-style: italic;
}

.footer .top{
    padding:30px 0;
    border-bottom:1px solid rgba(255,255,255,.3);
}
.footer .top .logo1{
    float:left;
}
.footer .top .nav{
    float:right;
}
.footer .top .nav a{
    display: inline-block;
    margin:0 10px;
    font-size:14px;
    color:#999;
}
.footer .bottom{
    padding:30px 0;
    font-size:14px;
    color:#999;
}
.footer .bottom .tel{
    float:left;
}
.footer .bottom .cop{
    float: right;
}
/*案例*/
.case-container {
    padding-bottom:80px;
}
.case-container .i-common-top{
    margin-bottom: 0;
}
.case-container .top  .filter {
    text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom:20px;
}
.case-container .top .nav {
    text-align: center;
   
}
.case-container .top .nav a {
  display: inline-block;
  white-space: nowrap;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  position: relative;
  font-size: 16px;
  margin: 0 5px;
  color: #666;
}
.case-container .top .nav a:hover {
  color: #4ca734;
}
.case-container .top .nav a:hover:after {
  width: 100%;
  left: 0;
}
.case-container .top .nav a:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #4ca734;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-container .top .nav .active {
  color: #4ca734;
}
.case-container .top .nav .active:after {
  width: 100%;
  left: 0;
}
.case-container ul li{
    float: left;
    width: 24%;
    margin-left: 1%;
    margin-bottom:30px;
}
.case-container  ul li:nth-child(4n+1){
    margin-left:0;
}
.case-container  ul li .img{
    overflow: hidden;
    position: relative;
}
.case-container  ul li .img .bak{
    position: absolute !important;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 !important;
}
.case-container  ul li .img img{
        -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    width: 100%;
}
.case-container  ul li .info{
    
}
.case-container  ul li .info{
  padding: 5%;
  border:1px solid #f0f0f0;
  border-top:none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.case-container  ul li .info .text {
  color: #333333;
  font-size: 18px;
  line-height: 1;
}
.case-container  ul li .info .des {
  color: #999999;
  font-size: 12px;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom:1px solid #f0f0f0;
 overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.case-container  ul li .info .tip {
  height: 17px;
}
.case-container  ul li .info i {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 36px;
    height: 46px;
    font: 0/0 a;
    letter-spacing: -9px;
    margin: 0;
    color: #fff;
    background: url(../img/ipart01_arr.png) -46px -46px no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 .case-container  ul li .info .label{
     padding:2px 5px 3px;
     background: #777;
     border-radius:3px;
     line-height: 1;
     color:#fff;
     margin-right:3px;
 }
 .case-container  ul li:hover .img img{
     transform: scale(1.06);
 }
.case-container  ul li:hover .info {
  background: #777;
  border-color: #777;
}
.case-container  ul li:hover .info a {
	  color: #fff;
}
.case-container  ul li:hover .info p {
  color: #fff;
}
.case-container  ul li:hover .info i {
  background: url(../img/ipart01_arr.png) -46px 0 no-repeat;
}
.case-container  ul li:hover .info .label {
  background: #fff;
  color: #808080;
}
.case-container  ul li:hover .bak{
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.case-container .n-more {
  text-align: center;
}
.case-container .n-more a {
 
  display: inline-block;
 
  border: #222 1px solid;
  height: 38px;
  line-height: 38px;
  padding: 0 100px 0 60px;
  position: relative;
  color: #fff;
  background: #222;
}
.case-container .n-more a:hover {
  border-color: #4ca734;
  background: #4ca734;
  color: #fff;
}
 
.case-container .n-more a i {
  display: block;
  width: 25px;
  height: 13px;
  background: url(../img/more_ico.png) 0 0 no-repeat;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -6px;
}

/*案例详情*/
/* 网站建设 */
@-webkit-keyframes start {
  0%,30% {opacity: 0;-webkit-transform: translate(0,-10px);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(0,10px);}
}
@-moz-keyframes start {
  0%,30% {opacity: 0;-webkit-transform: translate(0,-10px);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(0,10px);}
}
@keyframes start {
  0%,30% {opacity: 0;-webkit-transform: translate(0,-10px);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(0,10px);}
}

@-webkit-keyframes starts {
  0%,30% {opacity: 0;-webkit-transform: translate(-10px,0);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(10px,0);}
}
@-moz-keyframes starts {
  0%,30% {opacity: 0;-webkit-transform: translate(-10px,0);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(10px,0);}
}
@keyframes starts {
  0%,30% {opacity: 0;-webkit-transform: translate(-10px,0);}
  60% {opacity: 1;-webkit-transform: translate(0,0);}
  100% {opacity: 0;-webkit-transform: translate(10px,0);}
}

@-webkit-keyframes gupIn{from{opacity:0;-webkit-transform:translate3d(0, -30px, 0)}}@-moz-keyframes gupIn{from{opacity:0;-moz-transform:translate3d(0, -30px, 0)}}@keyframes gupIn{from{opacity:0;transform:translate3d(0, -30px, 0)}}

.build {
  padding:20px 5%;
  background: #eaeaea;
}
.build-slide {
  height: 100%;
  position: relative;
}
.build-slide .slide-info {
  position: absolute;
  left: 5%;
  top:25%;
}
.i-banner .p2 {
 

      -webkit-animation: gupIn .3s .9s both;
    -moz-animation: gupIn .3s .9s both;
    animation: gupIn .3s .9s both;
}
.i-banner .p1 {
 
   -webkit-animation: gupIn .3s .3s both;
    -moz-animation: gupIn .3s .3s both;
    animation: gupIn .3s .3s both;
}
.build-slide .slide-info .line {
  width: 40px;
  height: 5px;
  background: #fff;
  margin: 40px 0 60px;
   -webkit-animation: gupIn .3s .6s both;
    -moz-animation: gupIn .3s .6s both;
    animation: gupIn .3s .6s both;
}
.build-slide .slide-info i {
  background: url(../img/icon1.png) no-repeat;
  width: 44px;
  height: 44px;
  margin-top: 150px;
  position: relative;
  display: block;
        -webkit-animation: gupIn .3s 1.2s both;
    -moz-animation: gupIn .3s 1.2s both;
    animation: gupIn .3s 1.2s both;
}
.build-slide .slide-info i span {
  position: absolute;
  background: url(../img/arrow-down.png) no-repeat;
  width: 8px;
  height: 15px;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top:-7.5px;
  animation: start 1.5s  infinite ease-in-out;
}
.bot-paging {
  width: 79%;
  left: 10.5%;
  position: fixed;
  bottom: 50px;
  height: 45px;
  z-index: 20;
  transition: all 0.3s ease 0s;
  zoom:1;
}
.bot-paging .link-info {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease 0s;
}
.bot-paging .link-info .link-ico {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.bot-paging .link-info i {
  display: block;
  width: 100%;
  height: 100%;
}
.bot-paging .link-info .tit-box {
  display: block;
  line-height: 46px;
  height: 46px;
  border-radius: 46px;
  background: rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 0;
  color: #fbf9f6;
  z-index: 1;
  font-size: 14px;
}
.bot-paging .prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_23.png) no-repeat center;
}
.bot-paging .prev .link-ico {
  float: left;
}
.bot-paging .prev .tit-box {
  transform: translateX(-102%);
  left: 1px;
  padding: 0 22px 0 55px;
}
.bot-paging .next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_24.png) no-repeat center;
}
.bot-paging .next .link-ico {
  float: right;
}
.bot-paging .next .tit-box {
  transform: translateX(102%);
  right: 1px;
  padding: 0 55px 0 22px;
}
.bot-paging .retun-list {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.bot-paging .retun-list .chunk-box {
  display: block;
  width: 46px;
  height: 46px;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: url(../img/ico_26.png) no-repeat center rgba(0, 0, 0, 0.15);
}
.bot-paging .retun-list .round-tit {
  display: block;
      width: 140px;
  padding: 0 55px 0 22px;
  position: absolute;
  right: 1px;
  top: 0;
  transform: translateX(102%);
  color: #fff;
  line-height: 46px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 46px;
}

.bot-paging.long {
  width: 90%;
  left: 5%;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.bot-paging .link-info:hover {
    width: 145px;
  }
  .bot-paging .link-info:hover .link-ico {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .bot-paging .link-info:hover .tit-box {
      transform: translateX(0);
  }
  .bot-paging .retun-list:hover {
    width: 190px;
    margin-left: -95px;
  }
  .bot-paging .retun-list:hover .round-tit {
      transform: translateX(0);
  }
  
 .case-shows{
      padding:50px 0 80px;
  }
 .case-shows .top  .title {
  font-size: 26px;
  line-height: 1;
  color: #333333;
}
 .case-shows .top .left{
     width:33.3333%;
     float: left;
         background: #f3f3f3;
    padding: 5%;
 }
 .case-shows .top .left p {
  color: #333;
}
 .case-shows .top .right {
  background: #fff;
  padding: 5%;
}
 .case-shows .top .right{
     width: 66.66666667%;
     float: left;
         background: #fff;
    padding: 5%;
 }
.case-shows .top  .line {
  background: #9a9a9a;
  width: 10px;
  height: 2px;
  margin: 25px 0;
}
.case-shows .top  .pp {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
}
.case-shows .top .b {
  color: #777777;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-shows .top .des p {
  font-size: 16px;
  color: #777777;
  line-height: 2;
}
.case-shows .bottom {
    background: #fff;
  padding: 5% 0;
  margin-top: 20px;
  text-align: center;
}
.case-shows .bottom img {
  max-width: 100%;
  padding-bottom: 30px;
}
.news-shows{
    padding:130px 0 80px;
}
 .news-shows .left{
     width:30%;
     /*float:left;*/
     position: fixed;
     top:130px;
     left:5%;
 }
  .news-shows .left .time{
      font-size: 14px;
      color:#4CA734;
      margin-bottom:10px;
  }
 .news-shows .left .title{
      font-size:26px;
      color:#333;
      line-height: 1.8;
      padding-bottom:10px;
      position: relative;
  }
.news-shows .left .title:after{
    
        width: 50px;
    height: 1px;
    background: #4CA734;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0px;
}
  .news-shows .right{
     width:62%;
     float:right;
     font-size: 16px;
    line-height: 32px;
  
    text-align: justify;
 }
.news-shows .right img{
    max-width: 100%;
}
/*公司简介*/
section.company {
  height: 100%;
}
.company .top {
  background: url(gsgk-bg.jpg) no-repeat 50% 50%;
  height: 100%;
}
.company .top .i-container {
  padding-top: 125px;
  position: relative;
}
.company .top .i-container p {
  color: #fff;
}
.company .top .i-container div {
  padding: 0;
}
.company .top .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15%;
}
.company .top .des {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 5%;
}
.company .top .right ul {
  margin-top: 15%;
}
.company .top .right li {
    padding-left: 3em;
    margin-left: 3em;
    text-align: center;
    color: #fff;
    position: relative;
    float: right;
}
.company .top .right li .zh {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}
.company .top .right li .num {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Trump";
}
.company .top .right li .num span {
  font-size: 80px;
}
.company .top .right li .en {
  font-size: 15px;
  color: #999999;
}
.company .top .right li .line {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.15;
    filter: alpha(opacity=15);
}
.company .top .tip {
  margin-top: 5%;
  padding-top: 5% !important;
  border-top: 1px solid #728ca5;
}

.company .top .tip li {
  float: left;
  text-align: center;
  position: relative;
  width: 16.66666666667%;
  border-left:1px solid #728ca5;
}
.company .top .tip li.fir {
  margin-left: 0;
  padding-left: 0;
  border:none
}
.company .top .tip li .zh {
  font-size: 18px;
  line-height: 1;
}
.company .top .tip li i {
  background: url(../img/gsjj-icon.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 20px 0 35px;
}
.company .top .tip li i.icon2 {
  background: url(../img/gsjj-icon.png) -32px 0 no-repeat;
}
.company .top .tip li i.icon3 {
  background: url(../img/gsjj-icon.png) -64px 0 no-repeat;
}
.company .top .tip li i.icon4 {
  background: url(../img/gsjj-icon.png) -94px 0 no-repeat;
}
.company .top .tip li i.icon5 {
  background: url(../img/gsjj-icon.png) -124px 0 no-repeat;
}
.company .top .tip li i.icon6 {
  background: url(../img/gsjj-icon.png) -154px 0 no-repeat;
}
.company .top .tip li .num1 {
  font-size: 16px;
  color: #cccccc;
  line-height: 1;
      font-family: "Trump";
}
.company .top .tip li .num {
  font-size: 56px;
  color: #fff
}
.company .top .tip li .per {
  font-size: 26px;
  color: #fff;
}
.jj{
    margin:30px 0;
}
.jj .left {
  padding: 0;
  height: 100%;
  width:41.66666667%;
  float: left;
  background: #eaeaea;
  padding:50px;
  display: flex;
  align-items: center;
}
.jj .left .title{
    font-size: 36px;
    color:#000;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom:20px;
}
.jj .left .desc{
    font-size: 16px;
    color:#000;
    line-height: 2;
}
.jj .right {
  background: #f6f6f6;
  padding: 50px;
  width: 58.33333333%;
  float: left;
}
.jj .right .title {
  font-size: 32px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.jj .right .line {
  background: #9a9a9a;
  width: 20px;
  height: 2px;
  margin: 25px 0;
}
.jj .right .b {
  color: #777777;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.jj .right .n {
  font-size: 16px;
  color: #777777;
  line-height: 2;
  text-align: justify;
}
.jj .right a {
  margin-top: 50px;
  display: block;
}
.jj-part2 .content{
    position: relative;
}
.jj-part2 .bg{
    display: block;
    width: 100%;
}
.jj-part2 .text{
    position: absolute;
    width:100%;
    left:0;
    top:50%;
    padding-left:50px;
    margin-top: -100px;
}
.jj-part2 .text .p1{
     font-size: 32px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.jj-part2 .text .line{
      background: #fff;
  width: 20px;
  height: 2px;
  margin: 25px 0;
  opacity: 5;
}
.jj-part2 .text .p2{
    font-size: 16px;
    color:#fff;
    line-height: 2;
}
.jj-part2 .text img{
    margin-top:50px;
}
.kh {
  margin-top: 30px;
}
.kh .box {
  padding: 5%;
  background: #f0f0f0;
}
.kh .box .title {
 font-size: 32px;
    line-height: 1;
    color: #333;
    font-weight: bold;
}
.kh .box .left {
  padding: 0;
  width: 50%;
  float: left;
}
.kh .box .right {
 
  width: 50%;
  float: left;
}
.kh .box .line {
  width: 20px;
  height: 2px;
  background: #9a9a9a;
  margin: 20px 0 50px;
}
.kh .box .des {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}
.kh .box li {
  float: left;
  margin-left: 10%;
  text-align: center;
}
.kh .box li.fir {
  margin-left: 0;
}
.kh .box li .num {
  font-size: 30px;
  line-height: 1;
}
.kh .box li .num span {
      font-family: "Trump";
      font-size: 60px;
}
.kh .box li .en {
  font-size: 12px;
  color: #999;
}

/*服务客户*/
.fwkh .c-title{
    margin-bottom: 0 !important;
}
.common-des{
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 55px;
    text-align: center;
}
.fwkh .list {
  border-top:1px solid #ccc;
  border-right: 1px solid #ccc;
}
.fwkh .list .part {
    width: 16.666666%;
    float: left;
  border-left:1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
}
.fwkh .list .part div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.fwkh .list .part div img {
    display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fwkh .list .part:hover div {
  background: #f6f6f6;
}
.fwkh .list .part .img1 {
   -webkit-filter: grayscale(1); /* Webkit */
         filter: gray; /* IE6-9 */  
         filter: grayscale(1); 
}
 .fwkh .list .part:hover .img1{
     filter: none;
 }
 /*联系*/
 .lx-info {
  background: #4ca734;
  font-size: 40px;
  color: #fff;
  padding: 30px 100px 30px 80px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.lx-info b {
  font-size: 50px;
}
.lx{
    padding:50px 5%;
}
.lx .left{
    float: left;
    width: 75%;
}
.lx .right{
    float: left;
    width: 25%;
}
.lx p {
  font-size: 22px;
  line-height: 35px;
  color: #666;
}
.lx .title {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 35px;
}
.lx .box {
  text-align: center;
  background: #4ca734;
  padding:40px ;
}
.lx .box p {
  color: #fff;font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
}


/*艺术小程序*/
.art-part1 ul li{
    position: relative;
    width: 33.3333%;
    float: left;
    padding:35px 35px 50px;
    color:#fff;
    height:360px;
}
.art-part1 ul li.i1{
    background: #5d7a94;
}
.art-part1 ul li.i2{
    background: #f3f3f3;
}
.art-part1 ul li.i3{
    background: #83c59b;
}
.art-part1 ul li.i4{
    background: #666666;
}
.art-part1 ul li.i5{
    background: #6ba4fc;
}
.art-part1 ul li.i6{
    background: #fca672;
}
.art-part1 ul li a{
     color:#fff;
}.art-part1 ul li.i2 a{
    color: #888;
}
 

.art-part1 ul li .title{
    font-size: 30px;
    margin-bottom:10px;
}
.art-part1 ul li .desc{
    font-size:16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.art-part1 ul li p{
      font-size:16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.art-part1 ul li.i2 .title{
    color: #333;
}
.art-part1 ul li.i2 .desc{
    color: #666;
}
.art-part1 ul li.i2 p{
    color: #666;
}
.art-part1 ul li a{
    display: block;
    font-size: 14px;
    line-height: 2;
}
.art-part1 ul li p a:hover{
    text-decoration: underline;
}
.art-part1 ul li img{
    position: absolute;
    bottom:20px;
    right:20px;
}

.art-part2{
    padding-top:0
}
.art-part2 ul li{
   background: #f3f3f3; 
}
.art-part2 ul li .left{
    width: 50%;
    float: left;
}
.art-part2 ul li .right{
    width: 50%;
    float: right;
}
.art-part2 ul li .text{
    padding:4%;
}
.art-part2 ul li .text .title{
    font-size: 32px;
    color:#333;
    font-weight: bold;
}
.art-part2 ul li .text .desc{
    font-size: 24px;
    color:#333;
    margin:13px 0 35px;
}
.art-part2 ul li .text .info{
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-align: justify;
}
.art-part2 ul li .img{
    overflow: hidden;
}
.art-part2 ul li .img img{
    display: block;
    width: 100%;
        -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.art-part2 ul li .img:hover img{
    transform: scale(1.06);
}
@media (min-width: 1100px) and (max-width: 1350px){
    .art-part2 ul li .text{
        padding:3%;
    }
    .art-part2 ul li .text .title{
        font-size: 26px;
    }
    .art-part2 ul li .text .desc{
        font-size: 18px;
        margin:8px 0 20px;
    }
    .art-part2 ul li .text .info{
        font-size: 14px;
    }
}
@media (max-width: 1099px){
      .art-part2 ul li .text{
        padding:3%;
    }
    .art-part2 ul li .text .title{
        font-size: 24px;
    }
    .art-part2 ul li .text .desc{
        font-size: 16px;
        margin:8px 0 20px;
    }
      .art-part2 ul li .text .info{
        font-size: 12px;
    }
}
.art-partlx{
    padding:0;
}
.art-partlx .left{
    width:50%;
    float: left;
  
    padding:60px 0;
      padding-left:5%;
}
.art-partlx .left p{
        font-size: 18px;
    line-height: 35px;
    color: #666;
}

.art-partlx .left a{
    color: #435779;
}
.art-partlx .left .qq{
    padding:8px 22px;
    color:#fff;
    font-size: 16px;
    background: #4CA734;
    margin-top:30px;
    display: inline-block;
}
.art-partlx .rightout{
      width:50%;
    float: right;
    background: #f5f5f5;
     padding:60px 0;
    padding-left:80px;
     min-height: 570px;
    
     padding-right:5%
}
.art-partlx .right{
  /*display: inline-block;*/
    /*background: #266fef;*/
    /*text-align: center;*/
    /*padding:40px;*/
    /*color:#fff;*/
    
}
.art-partlx .left .title{
   font-size: 32px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;
}
.art-partlx .right p{
        color: #666;
    font-size: 20px;
    line-height: 40px;
   
}
.art-partlx .right .p1{
        font-size: 32px;
    line-height: 1;
    color: #333;
    font-weight: bold;
}
.art-partlx .right .p2{
        font-size: 18px;
    color: #666;
    line-height: 2;
    text-align: justify;
    margin:30px 0;
}
.art-partlx .right img{
    max-width: 100%;
}
/*产品体验中心*/
.build .cpzx_project1{
    background: url(../img/cpzx-1.jpg) 50% 50%;
    width: 49%;
    height: 460px;
    color: white;
    padding: 100px 30px;
    float: left;
    margin-bottom: 20px;
} 
.build .cpzx_project1 .cpzx_project_word{
	font-size: 32px;
}
.build .cpzx_project1 span{
    display: block;
    width: 30px;
		height: 2px;
		background: white;
		margin: 30px 0 40px 0;
}
.build .cpzx_project1 .cpzx_project_word1{
	font-size: 22px;
	margin-bottom: 38px;
}
.build .cpzx_project1 .cpzx_project_word2{
    font-size: 14px;
    border: 1px solid white;
    width: 16%;
    text-align: center;
}
.build .cpzx_project1_bg2{
	background: url(../img/cpzx-2.jpg) 50% 50%;
	margin-left: 2%;
}
.build .cpzx_project1_bg3{
	background: url(../img/cpzx-3.jpg) 50% 50%;
}
.build .cpzx_project1_bg4{
	background: url(../img/cpzx-4.jpg) 50% 50%;
	margin-left: 2%;
}
.build .cpzx_project1_bg5{
	background: url(../img/cpzx-5.jpg) 50% 50%;
}
.build .cpzx_project1_bg6{
	background: url(../img/cpzx-jqqd.jpg) 50% 50%;
	margin-left: 2%;
}
/*首页*/
/*悬浮*/
.float-right-box{
  width: 150px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -154px;
 
  z-index: 1000;
  transition: width 0.3s ease 0s;
}
.float-right-box.on{
  width: 50px;
}
.float-right-box .top-list{
    width: 100%;
}
.float-right-box .top-list ul{
  width: 100%;
}
.float-right-box .top-list li{
  width: auto;
  position: relative;
  transition: background 0.3s ease 0s;
  height: 50px;
  margin-bottom: 1px;
   background-color: #000;
}
.float-right-box .top-list li:nth-child(4) {
	background: #4CA734 
}
.float-right-box .top-list a{
  display: block;
  width: 100%;
}
.float-right-box .top-list .ico{
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.float-right-box .top-list .ico1{
  background: url(../img/right.png) no-repeat #000;
}
.float-right-box .top-list .ico2{
  background: url(../img/right.png) no-repeat #000 0 -50px;
}
.float-right-box .top-list .ico3{
  background: url(../img/right.png) no-repeat #000 0 -100px;
}
.float-right-box .top-list .ico4{
  background: url(../img/right.png) no-repeat #4CA734 0 -150px;
}
#top1 {
  background: url(../img/right.png) no-repeat #000 0 -204px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  transition: background 0.3s ease 0s;
  z-index: 2222;
}
#top1:hover {
 background: url(../img/right.png) no-repeat #4CA734 0 -204px;
}
.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  transition:  0.3s all 0s;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 1;
  width: 150px;
  text-indent: 22px;
}
.float-right-box .top-list .stt.on {
  color: #fff;
  left: -130px;
  background: #4ca734;
}
.float-right-box .top-list li:hover .ico1{
  background: url(../img/right.png) no-repeat #4ca734 0 0;
}
.float-right-box .top-list li:hover .ico2{
  background: url(../img/right.png) no-repeat #4ca734 0 -50px;
}
.float-right-box .top-list li:hover .ico3{
  background: url(../img/right.png) no-repeat #4ca734 0 -100px;
}
.float-right-box .top-list li:hover .ico4{
  background: url(../img/right.png) no-repeat #4ca734 0 -150px;
}
.float-right-box .top-list li:hover .ico5{
  background: url(../img/right.png) no-repeat #4ca734 0 -200px;
}
.float-right-box .top-list li:hover{
  background-color: #4ca734;
}
.float-right-box .top-list .return-webtop .stt{
  font-family: "Arial";
  font-weight: bold;
}
.float-right-box .bot-share{
  position: relative;
  height: 50px;
}
.float-right-box .bot-share a{
  display: inline-block;
  width: 50px;
  height: 49px;
  float: left;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
}
.float-right-box .bot-share .share{
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.float-right-box .bot-share .sina{
  background: url(../img/ico_63.png) no-repeat center;
}
.float-right-box .bot-share .wx{
  background: url(../img/ico_64.png) no-repeat center;
}
.float-right-box .bot-share .tx{
  background: url(../img/ico_65.png) no-repeat center;
}
.float-right-box .bot-share .more{
  background: url(../img/ico_66.png) no-repeat center;
}
.float-right-box .bot-share a:hover{
  background-color: #525354;
}
.float-right-box .bot-share .share-ico{
  background: url(../img/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.i-common-top{
    margin-bottom: 50px;
}
.i-common-top h2 {
  color: #333;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.i-common-top p {
  color: #777777;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.index-part1 ul li.i1{
    background: #4ca734;
}
.index-part1 ul li.i2{
    background: #f3f3f3;
}
.index-part1 ul li.i3{
    background: #6592c1;
}
.index-part1 ul li.i4{
    background: #666666;
}
.index-part1 ul li.i5{
    background: #ec4429;
}
.index-part1 ul li.i6{
    background: #C38E13;
}
.index-part1 ul li .link p{
        display: block;
    font-size: 14px;
    line-height: 2;
    color:#fff;
    margin-bottom: 0;
}.index-part1 ul li .link p:hover{
    text-decoration: underline;
}
.index-part1 ul li.i2 .link p{
    color:#888;
}
.index-part1 ul li .link p.l{
    width: 50%;
    float: left;
}
.index-part2{
    padding-top: 0;
}
.index-part2 .i-tab{
    text-align: center;
    margin-bottom: 30px;
}
.index-part2 .i-tab a{
        display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
  
    position: relative;
    font-size: 15px;
    margin: 0 18px;
    color: #555;
    background: #e5e5e5;
    border-radius: 18px;
}
.index-part2 .i-tab a.active{
        color: #fff;
    background: #4ca734;
}
.index-part2 .i-tab a:hover{
        color: #fff;
    background: #4ca734;
}
.index-part2 ul li{
    width:25%;
    float: left;
    position: relative;
}
.index-part2 ul li a{
    display: block;
    width: 100%;
    height:100%;
}
.index-part2 ul li img{
    display: block;
    width: 100%;
}
.index-part2 ul li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: left;
  background: url(../img/orange.8.png);
  top:0;
  left:0;
  z-index:10;
  display: none / 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  
}
.index-part2 ul li .mask-s{
    padding:20px;
    margin-top:30px;
    opacity: 0;
    display: none / 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.index-part2 ul li .mask .title{
        height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    margin-top: 7%;
    color: #ffffff;
}
.index-part2 ul li .mask .text{
        font-size: 13px;
    line-height: 1.8em;
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
color:#fff;
margin-bottom: 20px;
}
.index-part2 ul li .mask .label{
       padding: 2px 5px 3px;
    background: #fff;
    border-radius: 3px;
    line-height: 1;
    color: #4c4c4c;
    margin-right: 3px;
}
.index-part2 ul li:hover .mask {
  opacity: 1;
  display: block / 9;
  visibility: visible;
}
.index-part2 ul li:hover .mask-s{
  opacity: 1;
  display: block / 9;
  margin-top: 0;
}

/*服务*/
.fw-container{
    background: #f5f5f5;
    padding:50px 0 20px;
}
.fw-container ul li{
    width:23%;
    float:left;
    margin-left:2.66666%;
    margin-bottom:20px;
    background: #fff;
    text-align: center;
    margin-bottom:30px;
    padding:50px 30px;
    height:410px;
    transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	cursor: pointer;
}
.fw-container ul li:hover{
    transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px rgba(0,0,0,.06);
    -moz-box-shadow:0px 5px 15px rgba(0,0,0,.06);
    box-shadow:0px 5px 15px rgba(0,0,0,.06);
}
.fw-container ul li:nth-child(4n+1){
    margin-left:0;
}
.fw-container ul li img{
    max-width: 100%;
}
.fw-container ul li .title{
        color: #222222;
    font-size: 24px;
    line-height: 1.6;
    margin: 25px 0 10px;
    display: block;
    min-height: 76px;
}
.fw-container ul li .desc{
        color: #222222;
    line-height: 26px;
    margin-top: 25px;
    font-size: 12px;
    min-height: 52px;
}

.pagelist{
    text-align: center;
    font-size:14px;
    color:#333;
}
.pagelist ul li{
    float:none !important;
    width:auto !important;
    padding:5px 8px;
    text-align: center;
    
    display: inline-block;
    margin:0 10px !important;
    color:#4CA734;
    border:1px solid #4CA734;
}
.pagelist ul li a{
    color:#4CA734;
}
.pagelist ul li.active{
    color:#fff;
    background: #4CA734;
}
.pagelist ul li.active a{
    color:#fff;
}
.pagelist ul li:nth-child(3n+1){
    margin:0 10px !important;
}

/*数字化展厅*/
.szh-nav{
    text-align: center;
    margin-bottom:50px;
}
.szh-nav span{
    display: inline-block;
    width: 140px;
    height: 44px;
    font-size: 18px;
    background: #e6e6e6;
    color: #777777;
    line-height: 44px;
    cursor: pointer;
    margin:0 -2px;
}
.szh-nav span.active{
        background: #4ca734;
    color: #FFFFFF;
}
.szh-nav span:hover{
        background: #4ca734;
    color: #FFFFFF;
}
 
.szh-part .tab-content ul{
    display: none;
}
.szh-part .tab-content ul:first-child{
    display: block;
}